gDEBugger User Guide

New Workspace Wizard

This wizard will guide you step by step in creating a debugged process workspace from scratch.

1. Select the executable file you want to debug.

Select the executable you want to debug

Browse to select the executable file you would like to debug.

2. Select the working directory.

Select the application working directory

Browse to select your application's working directory.

3. Add application arguments.

Add the application arguments

Type the application command line arguments, if any.

4. Select the application frame terminators and breackpoints.

Select the application frame terminators and breackpoints

Frame terminators are the functions ending your application render frame.
Using them enables you to view the log of a single render frame and not the entire calls log.

Pressing the Select Breakpoints button launches the Breakpoints dialog where you can add/remove breakpoints.

5. After completing this wizard, press "Go" (F5) on the gDEBugger toolbar to start debugging the application.